FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package surescripts.specialty#1.2.0-beta (62 ms)

Package surescripts.specialty
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest
Url http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest
Status active
Name Bundle_SRxDataRequest
Experimental False
Description This Bundle profile describes the minimum requirements for the SRxDataRequest message, which is a message utilized to request clinical information related to a patient.
Copyright 2023
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription MedicationRequest_Prescription
http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataRequest MessageHeader_SRxDataRequest
http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Organization_Pharmacy Organization_Pharmacy
http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient Patient
http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber Practitioner_Prescriber


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Bundle_SRxDataRequest",
  "name" : "Bundle_SRxDataRequest",
  "status" : "active",
  "description" : "This Bundle profile describes the minimum requirements for the SRxDataRequest message, which is a message utilized to request clinical information related to a patient.",
  "copyright" : "2023",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.id",
        "path" : "Bundle.id",
        "min" : 1
      },
      {
        "id" : "Bundle.meta",
        "path" : "Bundle.meta"
      },
      {
        "id" : "Bundle.meta.lastUpdated",
        "path" : "Bundle.meta.lastUpdated",
        "min" : 1
      },
      {
        "id" : "Bundle.identifier",
        "path" : "Bundle.identifier",
        "min" : 1
      },
      {
        "id" : "Bundle.identifier.system",
        "path" : "Bundle.identifier.system",
        "mustSupport" : false
      },
      {
        "id" : "Bundle.identifier.value",
        "path" : "Bundle.identifier.value",
        "min" : 1
      },
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "fixedCode" : "message"
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "min" : 1
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "resource"
            }
          ],
          "rules" : "open"
        },
        "definition" : "An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). A mininimum of 3 entries (resources) are required in every SRxDataRequest message, where the first entry must be a MessageHeader. The additional required resources a Patient (for whom clinical information is sought), and an Organization (the pharmacy responsible for dispensing the medication to the patient). Optionally, a MedicationRequest (i.e., when the information is related to a particular prescription which can aid in locating specific information), and/or a Practitioner (from whom clinical data is useful in particular).",
        "min" : 3,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:messageHeader",
        "path" : "Bundle.entry",
        "sliceName" : "messageHeader",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:messageHeader.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:messageHeader.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MessageHeader_SRxDataRequest"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:patient",
        "path" : "Bundle.entry",
        "sliceName" : "patient",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:patient.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:patient.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:pharmacy",
        "path" : "Bundle.entry",
        "sliceName" : "pharmacy",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:pharmacy.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:pharmacy.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Organization_Pharmacy"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:medicationRequest",
        "path" : "Bundle.entry",
        "sliceName" : "medicationRequest",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:medicationRequest.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:medicationRequest.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/MedicationRequest_Prescription"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:prescriber",
        "path" : "Bundle.entry",
        "sliceName" : "prescriber",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:prescriber.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:prescriber.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Practitioner_Prescriber"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.